home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / compat / Makefile.am < prev    next >
Encoding:
Makefile  |  1996-05-06  |  1.1 KB  |  36 lines

  1. # Makefile template for the compat libaray.
  2. # Copyright (c) 1995 Markku Rossi.
  3. #
  4. # Author: Markku Rossi <mtr@iki.fi>
  5. #
  6.  
  7. #
  8. # This file is part of GNU enscript.
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2, or (at your option)
  12. # any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; see the file COPYING.  If not, write to
  21. # the Free Software Foundation, 59 Temple Place - Suite 330,
  22. # Boston, MA 02111-1307, USA.
  23. #
  24.  
  25. AUTOMAKE_OPTIONS = no-dependencies
  26.  
  27. noinst_LIBRARIES = compat
  28. compat_SOURCES = alloca.c getopt.c getopt1.c
  29. compat_LIBADD = @LIBOBJS@
  30.  
  31. noinst_HEADERS = dummypwd.h getopt.h
  32.  
  33. EXTRA_DIST = gethostname.c getpwd.c getuid.c strerror.c config.dos
  34.